home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00052.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  256 b   |  13 lines

  1. on exitFrame
  2.   global md1
  3.   if the movieTime of sprite 6 > md1 then
  4.     set the movieRate of sprite 6 to -1
  5.   end if
  6.   if the movieTime of sprite 6 < 1 then
  7.     set the movieRate of sprite 6 to 1
  8.   end if
  9.   go(marker(0) + 1)
  10.   NaviSpecial()
  11.   chksnd()
  12. end
  13.